home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precision Software Appli…tions Silver Collection 4
/
Precision Software Applications Silver Collection Volume 4 (1993).iso
/
business
/
pdquote2.exe
/
TRAKPROG.EXE
/
Q.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-05-15
|
1KB
|
61 lines
echo off
if %1*==* goto 1
goto %1
:1
quote
if errorlevel 5 goto 5
if errorlevel 4 goto 4
if errorlevel 3 goto 3
if errorlevel 2 goto 2
if errorlevel 1 goto 1
goto end
:2
qtrack
if errorlevel 5 goto 5
if errorlevel 4 goto 4
if errorlevel 3 goto 3
if errorlevel 2 goto 2
if errorlevel 1 goto 1
goto end
:3
if not exist qbrowse.exe goto nob
qbrowse
if errorlevel 5 goto 5
if errorlevel 4 goto 4
if errorlevel 3 goto 3
if errorlevel 2 goto 2
if errorlevel 1 goto 1
goto end
:nob
cls
echo The QBROWSE.EXE program is not present. If you have not yet ordered it from
echo PRO DEV Software, the cost is only $10 plus $5 Shipping & Handling. Please
echo COPY B-ORDER.DOC PRN (Enter) to print the description and ordering form.
echo .
goto end
:4
if not exist eprice.exe goto end
eprice
if errorlevel 5 goto 5
if errorlevel 4 goto 4
if errorlevel 3 goto 3
if errorlevel 2 goto 2
if errorlevel 1 goto 1
goto end
:5
if not exist qexim.exe goto noe
qexim
if errorlevel 5 goto 5
if errorlevel 4 goto 4
if errorlevel 3 goto 3
if errorlevel 2 goto 2
if errorlevel 1 goto 1
goto end
:noe
cls
echo The QEXIM.EXE program is not present. If you have not yet ordered it from
echo PRO DEV Software, the cost is only $10 plus $5 Shipping & Handling. Please
echo COPY E-ORDER.DOC PRN (Enter) to print the description and ordering form.
echo .
:end